home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Software für Mac-OS X / Entwickler-Tools / netbeans / netbeans.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-12-10  |  8.4 KB  |  549 lines

  1. BODY  {
  2.   font-family: Verdana, sans-serif, helvetica, arial;
  3.   font-size: 13px;
  4.   background-color: #FFFFFF;
  5. }
  6.  
  7. TD    {
  8.   font-family: Verdana, sans-serif, helvetica, arial;
  9.   font-size: 13px;
  10. }
  11.  
  12. TH    {
  13.     font-family: helvetica, arial, sans-serif;
  14.     font-size: 12pt;
  15.     }
  16.  
  17. A:link {
  18.   color: #001692;
  19. }
  20.  
  21. A:visited {
  22.   color: #001692;
  23. }
  24.  
  25. A:hover {
  26.   color: red;
  27. }
  28.  
  29. .default  {
  30.     font-family: Verdana, sans-serif, helvetica, arial;
  31.     font-size: 13px;
  32.     }
  33.  
  34. H1 {font-size: 18pt; font-weight : bold; color: #CC3333;}
  35. H2 {font-size: 14pt; font-weight: bold; color: #CC3333; }
  36. H3 {font-size: 10pt; font-weight: bold; color: #CC3333; }
  37. H4,H5,H6 {font-size: 10pt; font-weight: normal; color: #CC3333; }
  38.  
  39. .h1 {font-size: 18pt; font-weight : bold; color: #CC3333;}
  40. .h2 {font-size: 14pt; font-weight: bold; color: #CC3333; }
  41. .h3 {font-size: 10pt; font-weight: bold; color: #CC3333; }
  42. .h4 {font-size: 10pt; font-weight: normal; color: #CC3333; }
  43.  
  44. .smalltext {
  45.   font-family: Verdana, sans-serif, helvetica, arial;
  46.     font-size: 11px;
  47.     line-height: 1.2em;
  48.     }
  49.  
  50. .tmtext {
  51.     font-size: 9px;
  52.     line-height: 1.2em;
  53.     }
  54.  
  55. UL    {
  56.     list-style-type: circle;
  57.     }
  58.  
  59. /* TABLE STYLES */
  60.  
  61. .tablebg    {
  62.     background-color: #666699;
  63.     }
  64.  
  65. .tablehbg    {
  66.     background-color: #00315A;
  67.     }
  68.  
  69. .tablehfont    {
  70.   font-weight: bold;
  71.     color: #FFFFFF;
  72.     }
  73.  
  74. .tablecbg    {
  75.     background-color: #cccc99;
  76.     }
  77.  
  78. .tablecfont    {
  79.   font-weight: bold;
  80.     color: #00315A;
  81.     }
  82.  
  83. .tablerbg    {
  84.     background-color: #f0f0f0;
  85.     }
  86.  
  87. .tabler    {
  88.     background-color: #FFFFFF;
  89.     }
  90.  
  91. /* END TABLES */
  92.  
  93. .titlec    {
  94.   font-weight: bold;
  95.     color: #CC3333;
  96.     }
  97.  
  98. PRE,SAMP,CODE,TT {
  99.   font-family: Courier New, Monospaced;
  100.   }
  101.  
  102. .textbox {
  103.   font-family: Courier New, Monospaced;
  104.   }
  105.  
  106. .constant {
  107.   /* font-lock-constant-face */
  108.   color: #b03060;
  109.   }
  110.  
  111. .keyword {
  112.   /* font-lock-keyword-face */
  113.   color: #0000ff;
  114.   }
  115.  
  116. .function-name {
  117.   /* font-lock-function-name-face */
  118.   color: #0000ff;
  119.   }
  120.  
  121. .comment {
  122.   /* font-lock-comment-face */
  123.   color: #666666;
  124.   font-style: italic;
  125.   }
  126.  
  127. .string {
  128.   /* font-lock-string-face */
  129.   color: #b03060;
  130.   }
  131.  
  132. .variable-name {
  133.   /* font-lock-variable-name-face */
  134.   color: #006400;
  135.   }
  136.  
  137. .type {
  138.   /* font-lock-type-face */
  139.   color: #00008b;
  140.   }
  141.  
  142. .extra-java-font-lock-number {
  143.   /* extra-java-font-lock-number-face */
  144.   color: #b03060;
  145.   }
  146.  
  147. .builtin {
  148.   /* font-lock-builtin-face */
  149.   color: #0000ff;
  150.   }
  151.  
  152.  
  153. /* Collab css*/
  154.  
  155. leftnav1, .Footer, .footer1    {
  156.     font-size:    11px;
  157.     }
  158.  
  159. .ProjectNameHeader, .Warning, .ProjectHeader    {
  160.     font-size:    14px;
  161.     }
  162. .Crumbing, .HeaderText    {
  163.     text-transform:    uppercase;
  164.     }
  165. A.Crumbing:hover, A.FooterNav:active, A.FooterNav:hover, A.FooterTextLink  {
  166.     text-decoration:    underline;
  167.     }
  168.  
  169.     .Copy {
  170.     font-size : 11px;
  171.     color : #000;
  172. }
  173.     .StatText {
  174.     font-weight : bold;
  175.     color : #000;
  176.     font-size : 11px;
  177. }
  178.     .StatHeader {
  179.     font-weight : bold;
  180.     color : #fff;
  181.     font-size : 12px;
  182. }
  183.     .DevHeader {
  184.     font-weight : bold;
  185.     color : #000;
  186.     font-size : 11px;
  187. }
  188.     .DevName {
  189.     font-weight : bold;
  190.     color : #666;
  191.     font-size : 12px;
  192. }
  193.     .Header {
  194.     color : #000;
  195.     font-size : 15px;
  196.     font-weight : bold;
  197. }
  198.     .ProjectNameHeader {
  199.     font-weight : bold;
  200.     color : #000;
  201.     font-size : 14px;
  202. }
  203.     .TableData {
  204.     color : #aa0000;
  205.     font-size : 11px;
  206. }
  207.     .NewsDate {
  208.     font-weight : bold;
  209.     color : #550000;
  210.     font-size : 12px;
  211. }
  212.     .Download {
  213.     font-weight : bold;
  214.     font-size : 11px;
  215. }
  216.     .StartCopy {
  217.     color : #000;
  218.     font-size : 11px;
  219. }
  220.     .Welcome {
  221.     font-weight : bold;
  222.     color : #000;
  223.     font-size : 13px;
  224. }
  225.     .ProjectCategory {
  226.     font-weight : bold;
  227.     color : #aa7700;
  228.     font-size : 12px;
  229. }
  230.     .ResourcesHeader {
  231.     font-weight : bold;
  232.     color : #000;
  233.     font-size : 12px;
  234. }
  235.     .ProjectName2 {
  236.     font-weight : bold;
  237.     color : #ffff00;
  238.     font-size : 11px;
  239. }
  240.     .ResourceName {
  241.     color : #000;
  242.     font-size : 11px;
  243. }
  244.     .InputHeader {
  245.     font-weight : bold;
  246.     color : #000;
  247.     font-size : 12px;
  248. }
  249.     .InputHeaderReversed {
  250.     font-weight : bold;
  251.     color : #fff;
  252.     font-size : 12px;
  253. }
  254.     .ProjectHeader {
  255.     font-weight : bold;
  256.     color : #000;
  257.     font-size : 14px;
  258. }
  259.     .NewsHeader {
  260.     font-weight : bold;
  261.     color : #aaaa00;
  262.     font-size : 13px;
  263. }
  264.     .NewsDateTable {
  265.     color : #000;
  266.     font-size : 11px;
  267.     font-weight : bold;
  268. }
  269.     .SiteHeader {
  270.     font-weight : bold;
  271.     color : #555500;
  272.     font-size : 12px;
  273. }
  274.     .Asterisk {
  275.     font-weight : bold;
  276.     color : #000;
  277.     font-size : 11px;
  278. }
  279.     .HelpText {
  280.     color : #000;
  281.     font-size : 11px;
  282. }
  283.     .LeftNav {
  284.     color : #fff;
  285.     font-size : 11px;
  286. }
  287.     .HelpTextHeader {
  288.     font-weight : bold;
  289.     color : #000;
  290.     font-size : 11px;
  291. }
  292.     .HelpTextBold {
  293.     font-weight : bold;
  294.     color : #000;
  295.     font-size : 11px;
  296. }
  297.     .SmallHeader {
  298.     font-weight : bold;
  299.     color : #00aa00;
  300.     font-size : 13px;
  301. }
  302.     .ProjectNav {
  303.     font-size : 12px;
  304.     color : #000;
  305. }
  306.     .Footer {
  307.     font-size : 10px;
  308.     color : #000;
  309. }
  310.     .StatHeader {
  311.     font-weight : bold;
  312.     color : #fff;
  313.     font-size : 12px;
  314. }
  315.     .Warning {
  316.     font-weight : bold;
  317.     color : #ff0000;
  318.     font-size : 14px;
  319. }
  320.     .TypewriterPlain {
  321.     color : #000;
  322.     font-size : 11px;
  323.     font-family : courier, monospace;
  324. }
  325.     .TypewriterBold {
  326.     font-weight : bold;
  327.     color : #000;
  328.     font-size : 11px;
  329.     font-family : courier, monospace;
  330. }
  331.     .footer1 {
  332.     font-family : verdana;
  333.     font-size : 10px;
  334.     color : #fff;
  335. }
  336.     a.footer1:link {
  337.     font-family : verdana;
  338.     font-size : 10px;
  339.     color : #fff;
  340. }
  341.     a.footer1:active {
  342.     font-family : verdana;
  343.     font-size : 10px;
  344.     color : #fff;
  345. }
  346.     a.footer1:hover {
  347.     font-family : verdana;
  348.     font-size : 10px;
  349.     color : #fff;
  350. }
  351.     a.footer1:visited {
  352.     font-family : verdana;
  353.     font-size : 10px;
  354.     color : #fff;
  355. }
  356.     .leftnav1 {
  357.     font-family : verdana;
  358.     font-size : 10px;
  359.     color : #000;
  360. }
  361.     a.leftnav1:link {
  362.     font-family : verdana;
  363.     font-size : 10px;
  364.     color : #000;
  365. }
  366.     a.leftnav1:active {
  367.     font-family : verdana;
  368.     font-size : 10px;
  369.     color : #000;
  370. }
  371.     a.leftnav1:hover {
  372.     font-family : verdana;
  373.     font-size : 10px;
  374.     color : #000;
  375. }
  376.     a.leftnav1:visited {
  377.     font-family : verdana;
  378.     font-size : 10px;
  379.     color : #000;
  380. }
  381.     .FooterNav {
  382.     font-weight : bold;
  383.     font-size : 11px;
  384.     color : #fff;
  385. }
  386.     A.FooterNav:link {
  387.     font-weight : bold;
  388.     font-size : 11px;
  389.     color : #fff;
  390. }
  391.     A.FooterNav:visited {
  392.     font-weight : bold;
  393.     font-size : 11px;
  394.     color : #fff;
  395. }
  396.     A.FooterNav:active {
  397.     font-weight : bold;
  398.     font-size : 11px;
  399.     color : #fff;
  400.     text-decoration : underline;
  401. }
  402.     A.FooterNav:hover {
  403.     font-weight : bold;
  404.     font-size : 11px;
  405.     color : #fff;
  406.     text-decoration : underline;
  407. }
  408.     .FooterTextLink {
  409.     font-weight : normal;
  410.     font-size : 11px;
  411.     color : #fff;
  412. }
  413.     A.FooterTextLink:link {
  414.     font-weight : bold;
  415.     font-size : 11px;
  416.     color : #fff;
  417. }
  418.     A.FooterTextLink:visited {
  419.     font-weight : bold;
  420.     font-size : 11px;
  421.     color : #fff;
  422. }
  423.     A.FooterTextLink:active {
  424.     font-weight : bold;
  425.     font-size : 11px;
  426.     color : #fff;
  427.     text-decoration : underline;
  428. }
  429.     A.FooterTextLink:hover {
  430.     font-weight : bold;
  431.     font-size : 11px;
  432.     color : #fff;
  433.     text-decoration : underline;
  434. }
  435.     .HeaderText {
  436.     font-weight : bold;
  437.     font-size : 11px;
  438.     color : #3399ff;
  439.     text-transform : uppercase;
  440. }
  441.     .Crumbing {
  442.     font-weight : bold;
  443.     font-style : italic;
  444.     font-size : 11px;
  445.     color : #fff;
  446.     text-transform : uppercase;
  447. }
  448.     A.Crumbing:link {
  449.     font-weight : bold;
  450.     font-style : italic;
  451.     font-size : 11px;
  452.     color : #fff;
  453. }
  454.     A.Crumbing:visited {
  455.     font-weight : bold;
  456.     font-style : italic;
  457.     font-size : 11px;
  458.     color : #fff;
  459. }
  460.     A.FooterNav:active {
  461.     font-weight : bold;
  462.     font-size : 11px;
  463.     color : #fff;
  464.     text-decoration : underline;
  465. }
  466.     A.FooterNav:hover {
  467.     font-weight : bold;
  468.     font-size : 11px;
  469.     color : #fff;
  470.     text-decoration : underline;
  471. }
  472.     .FooterTextLink {
  473.     font-weight : normal;
  474.     font-size : 11px;
  475.     color : #fff;
  476. }
  477.     A.FooterTextLink:link {
  478.     font-weight : bold;
  479.     font-size : 11px;
  480.     color : #fff;
  481. }
  482.     A.FooterTextLink:visited {
  483.     font-weight : bold;
  484.     font-size : 11px;
  485.     color : #fff;
  486. }
  487.     A.FooterTextLink:active {
  488.     font-weight : bold;
  489.     font-size : 11px;
  490.     color : #fff;
  491.     text-decoration : underline;
  492. }
  493.     A.FooterTextLink:hover {
  494.     font-weight : bold;
  495.     font-size : 11px;
  496.     color : #fff;
  497.     text-decoration : underline;
  498. }
  499.     .HeaderText {
  500.     font-weight : bold;
  501.     font-size : 11px;
  502.     color : #3399ff;
  503.     text-transform : uppercase;
  504. }
  505.     .Crumbing {
  506.     font-weight : bold;
  507.     font-style : italic;
  508.     font-size : 11px;
  509.     color : #fff;
  510.     text-transform : uppercase;
  511. }
  512.     A.Crumbing:link {
  513.     font-weight : bold;
  514.     font-style : italic;
  515.     font-size : 11px;
  516.     color : #fff;
  517. }
  518.     A.Crumbing:visited {
  519.     font-weight : bold;
  520.     font-style : italic;
  521.     font-size : 11px;
  522.     color : #fff;
  523. }
  524.     A.Crumbing:active {
  525.     font-weight : bold;
  526.     font-style : italic;
  527.     font-size : 11px;
  528.     color : #fff;
  529. }
  530.     A.Crumbing:hover {
  531.     font-weight : bold;
  532.     font-style : italic;
  533.     font-size : 11px;
  534.     color : #fff;
  535.     text-decoration : underline;
  536. }
  537.     .SideText {
  538.     font-weight : normal;
  539.     font-size : 11px;
  540.     color : #fff;
  541. }
  542.     .BodyText {
  543.     font-weight : normal;
  544.     font-size : 11px;
  545.     color : #99ccff;
  546. }
  547.  
  548.  
  549.